projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
24086dd
)
(gud-common-init): Call string->strings instead
author
Nick Roberts
<nickrob@snap.net.nz>
Sun, 8 Jul 2007 06:54:40 +0000
(06:54 +0000)
committer
Nick Roberts
<nickrob@snap.net.nz>
Sun, 8 Jul 2007 06:54:40 +0000
(06:54 +0000)
of split-string.
lisp/progmodes/gud.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/gud.el
b/lisp/progmodes/gud.el
index 536d8c4cfc1c48583224ecdc6d9aac16df796a8e..57eed959f8b915986aa905b23002c3acd03ddf93 100644
(file)
--- a/
lisp/progmodes/gud.el
+++ b/
lisp/progmodes/gud.el
@@
-2462,7
+2462,7
@@
comint mode, which see."
;; for local variables in the debugger buffer.
(defun gud-common-init (command-line massage-args marker-filter
&optional find-file)
- (let* ((words (s
plit-string
command-line))
+ (let* ((words (s
tring->strings
command-line))
(program (car words))
(dir default-directory)
;; Extract the file name from WORDS